projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e2be9
)
(custom-face-attributes): Add "None" choice to :stipple.
author
Miles Bader
<miles@gnu.org>
Sat, 25 Nov 2000 02:56:16 +0000
(
02:56
+0000)
committer
Miles Bader
<miles@gnu.org>
Sat, 25 Nov 2000 02:56:16 +0000
(
02:56
+0000)
lisp/cus-face.el
patch
|
blob
|
history
diff --git
a/lisp/cus-face.el
b/lisp/cus-face.el
index 62f5cb57a82b7ac89a9a8f20b4230d702d5c5787..7c4930ff990c729ecdabb447b2957df8820cc240 100644
(file)
--- a/
lisp/cus-face.el
+++ b/
lisp/cus-face.el
@@
-201,9
+201,12
@@
(:stipple
(choice :tag "Stipple"
- :help-echo "
Name of background bitmap file.
"
+ :help-echo "
Background bit-mask
"
(const :tag "*" nil)
- (file :tag "File" :must-match t)))
+ (const :tag "None" off)
+ (file :tag "File"
+ :help-echo "Name of bitmap file."
+ :must-match t)))
(:inherit
(repeat :tag "Inherit"